CxRsmEditor Object

The CxRsmEditor object provides a method of viewing and manipulating an RSM service via script. Declare the object using the following code:

CreateObject("CxHmiRsm.CxRsmEditor")

Each method in this document will assume you have declared and connected to the CxRsmEditor object using the following code.

Dim CxRsmEditor

Set CxRsmEditor = CreateObject("CxHmiRsm.CxRsmEditor")

CxRsmEditor.Connect("CYGDEMO.RSM")


More: